home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / pcx2ccs.zip / PCXCCS.GXL / REDUC.HLP < prev    next >
Text File  |  1994-05-27  |  2KB  |  39 lines

  1.     There are 8 different algorithms that can be selected for    $
  2. adjusting the image to the new palette. These options are:       $
  3. $
  4.  Floyd Dither Algorithm (F)                              $
  5.  Stucki Dither Algorithm (S)                             $
  6.  Burkes Dither Algorithm (B)                             $
  7.  ReMap - No Dither (R)                                   $
  8.  Magic Square Matrix (M)                                 $
  9.  Dispersed Dot Matrix (D)                                $
  10.  Clustered Dot Matrix (C)                                $
  11. $
  12.      When an image has the number of colors reduced, a brand new $
  13. palette is created. This new palette is created by determining   $
  14. the most commonly used colors and the most unique colors in the  $
  15. existing palette. After creating the NEW palette, every single   $
  16. symbol is then examined to determine which color in the NEW      $
  17. palette is the BEST substitute for the color in the OLD palette. $
  18. This is a simple re-map, without any dithering. Most of the time,$
  19. the resulting image is so-so.In an attempt to make a "better"    $
  20. image there are 6 different dithering algorithms. The first 3    $
  21. options are different mathematical filters.                      $
  22. $
  23.      As the new color for each occurrence of each symbol is      $
  24. determine, an "error" is computed. This error indicated how far  $
  25. "off" the new RGB is from the old RGB. This error is than        $
  26. distributed, adding or subtracting a number to the R, G and B    $
  27. values of the surrounding pixels. Each filter uses a different   $
  28. calculation for this distribution.  For more details about the   $
  29. math involved in each algorithm, see the manual section entitled $
  30. DITHERING ALGORITHMS                                             $
  31. $
  32.      There are also 3 Matrix filters. These 3 matrixes provide a $
  33. pattern for dithering. The Magic Square matrix is a pretty good  $
  34. matrix. The Dispersed Dot matrix uses a crosshatched pattern     $
  35. while Clustered-Dot uses a pattern similar to the pattern used by$
  36. newspapers. All 3 were provided by the graphics library I use,   $
  37. and as such I don't have any way to provide any feedback while   $
  38. it's working.                                                    $
  39.